home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 4 / The 640 Meg Shareware Studio CD-ROM Volume IV (Data Express)(1994).ISO / clang / isam100.zip / README.DOC < prev    next >
Text File  |  1993-06-02  |  2KB  |  52 lines

  1.  
  2. Welcome to ISAM Manager, The B+Tree/ISAM system for C++. This is
  3. the Test-Drive Shareware version of the product, and you must
  4. register if you are still using ISAM Manager after 30 days. Please
  5. see the REGISTER.DOC file for more information.
  6.  
  7. While we can't offer full support to unregistered users, we would
  8. like to hear from you if you have installation problems - we
  9. should be able to help you out. So if you get stuck, give us a
  10. call on 0442 891331 (non-UK call +44 442 891331) or drop us an
  11. email message at one of our many email addresses.
  12.  
  13.  
  14. Installation
  15.  
  16. To Install ISAM Manager, simply insert disk 1 into drive A (or
  17. whatever floppy drive letter you are using), and type the
  18. following:
  19.  
  20. A:INSTALL
  21.  
  22. INSTALL will ask you for a drive and directory name to install
  23. ISAM Manager into, which will default to "C:\ISAMMGR". The
  24. following subdirectories off C:\ISAMMGR will also be created:
  25.  
  26. INCLUDE         -       Include files
  27. LIB             -       Library files
  28. TUT1            -       Tutorial 1 files
  29. TUT2            -       Tutorial 2 files
  30. TUT3            -       Tutorial 3 files
  31. SOURCE          -       ISAM Manager source code
  32. FSCREEN         -       FScreen Library source code
  33. KEYSRCH         -       KEYSRCH & ADDFILE Example program files
  34.  
  35. You should now add "C:\ISAMMGR" to your DOS PATH statement, as
  36. this directory will contain some important executable files, and
  37. "C:\ISAMMGR\INCLUDE" should be added to your compiler's include
  38. file search path. "C:\ISAMMGR\LIB" contains the lib files which
  39. should be included. They are of the following format:
  40.  
  41. im[z|b][w][c|l].lib
  42.  
  43. Where [z|b] is the compiler being used (z = Zortech, b =
  44. Borland), [w] designates a Windows version, and [c|l] is the
  45. memory model (Small and Medium memory models are not provided,
  46. and we don't advise you to create ISAM Manager applications
  47. using these memory models). For example, the library file for
  48. Borland C++, using the compact memory model is called
  49. "imcm.lib". Remember to include a lib file in each of your
  50. projects or make files. You may want to delete any .lib files
  51. that you know you won't be using.
  52.